home *** CD-ROM | disk | FTP | other *** search
/ CD World Haziran 1997 / CD World Haziran 1997.iso / Editor Programlari / GWD Text Editor / DATA.1 / SYNTAX.HGL < prev    next >
Encoding:
Text File  |  1996-12-10  |  10.6 KB  |  484 lines

  1. ; GWD Text Editor
  2. ; SyntaxHighlighting tables
  3. ; Copyright (c)1996 Vedran Gaco. All right reserved
  4. ;
  5. ; Colors:
  6. ;  Default - 0, Black  - 1,  DkBlue    - 2,  DkGreen- 3,  DkCyan  - 4,
  7. ;               DkRed  - 5,  DkMagenta - 6,  Brown  - 7,  DkGray  - 8,
  8. ;               LtGray - 9,  Blue      - 10, Green  - 11, Cyan    - 12,
  9. ;               Red    - 13, Magenta   - 14, Yellow - 15, White   - 16
  10.  
  11. [C/C++]
  12. Extensions=c cpp cxx h hpp hxx
  13. CaseSensitive=yes
  14. UnixTexKeywords=no
  15. FortranComment=no
  16. FirstComment=
  17. MultiComment=/* */
  18. LineComment1=//
  19. LineComment2=
  20. StringDelim="
  21. CharDelim='
  22. QuoteChar=\
  23. OpenCloseDelim=([{ }])
  24. Delimiters=,;.?:
  25. Operators=%-+/&*=<>|!~^
  26. Preprocess=#
  27. Words=0-9a-zA-Z_
  28. Numbers=-+0-9a-fA-F.xXUL
  29. HTML=
  30. Keyword1=
  31. Keyword2=doif
  32. Keyword3=asmfarforintnewtry
  33. Keyword4=_asm_farautocasecharelseenumgotohugelongnearthisvoid
  34. Keyword5=_huge_nearbreakcatchcdeclclassconstfloatshortthrowunionwhile
  35. Keyword6=_cdecldeletedoubleexternfriendinlinepascalpublicreturnsignedsizeofstaticstructswitchtypeid
  36. Keyword7=_export_import_pascaldefaultprivatetypedefvirtualwchar_t
  37. Keyword8=continueoperatorregistertemplateunsignedvolatile
  38. Keyword9=_fastcallprotected
  39. Keyword10=
  40. Keyword11=
  41. Keyword12=
  42. Keyword13=
  43. Keyword14=
  44. Keyword15=
  45. Keyword16=
  46. ColorComment=3
  47. ColorPreproc=13
  48. ColorString=6
  49. ColorNumber=6
  50. ColorDelim=0
  51. ColorOperator=0
  52. ColorKeyword=10
  53.  
  54. [HTML]
  55. Extensions=htm html
  56. CaseSensitive=yes
  57. UnixTexKeywords=no
  58. FortranComment=no
  59. FirstComment=
  60. MultiComment=<! >
  61. LineComment1=
  62. LineComment2=
  63. StringDelim=
  64. CharDelim=
  65. QuoteChar=
  66. OpenCloseDelim=
  67. Delimiters=
  68. Operators=
  69. Preprocess=
  70. Words=A-Za-z&
  71. Numbers=
  72. HTML=<>
  73. Keyword1=
  74. Keyword2=
  75. Keyword3=><
  76. Keyword4=Ð&ð
  77. Keyword5=ÄËÏÖÜäëï ö"üÿ
  78. Keyword6=ÆÂÅÊÎÔÞÛâæåêîôßþû
  79. Keyword7=ÁÀÃÇÉÈÍÌÑÓÒØÕÚÙÝáàãçéèíìñóòøõúùý
  80. Keyword8=
  81. Keyword9=
  82. Keyword10=
  83. Keyword11=
  84. Keyword12=
  85. Keyword13=
  86. Keyword14=
  87. Keyword15=
  88. Keyword16=
  89. ColorComment=3
  90. ColorPreproc=0
  91. ColorString=0
  92. ColorNumber=0
  93. ColorDelim=0
  94. ColorOperator=0
  95. ColorKeyword=10
  96.  
  97. [Java]
  98. Extensions=jav java
  99. CaseSensitive=yes
  100. UnixTexKeywords=no
  101. FortranComment=no
  102. FirstComment=
  103. MultiComment=/* */
  104. LineComment1=//
  105. LineComment2=
  106. StringDelim="
  107. CharDelim='
  108. QuoteChar=\
  109. OpenCloseDelim=([{ }])
  110. Delimiters=,;.?:
  111. Operators=%-+/&*=<>|!~^
  112. Preprocess=#
  113. Words=0-9a-zA-Z_
  114. Numbers=-+0-9a-fA-F.xXUL
  115. HTML=
  116. Keyword1=
  117. Keyword2=doif
  118. Keyword3=forintnewtry
  119. Keyword4=bytecasecharelsegotolongnullthistruevoid
  120. Keyword5=breakcatchclassconstfalsefinalfloatshortthrowwhile
  121. Keyword6=doubleimportnativepublicreturnstaticswitchthrows
  122. Keyword7=booleanbyvaluedefaultextendsfinallypackageprivate
  123. Keyword8=abstractcontinuevolatile
  124. Keyword9=interfaceprotectedtransient
  125. Keyword10=implementsinstanceofthreadsafe
  126. Keyword11=
  127. Keyword12=synchronized
  128. Keyword13=
  129. Keyword14=
  130. Keyword15=
  131. Keyword16=
  132. ColorComment=3
  133. ColorPreproc=13
  134. ColorString=6
  135. ColorNumber=6
  136. ColorDelim=0
  137. ColorOperator=0
  138. ColorKeyword=10
  139.  
  140. [Pascal]
  141. Extensions=pas
  142. CaseSensitive=no
  143. UnixTexKeywords=no
  144. FortranComment=no
  145. FirstComment=
  146. MultiComment={ }
  147. LineComment1=
  148. LineComment2=
  149. StringDelim='
  150. CharDelim=
  151. QuoteChar=
  152. OpenCloseDelim=([ ])
  153. Delimiters=,;.?:
  154. Operators=@$()[]%-+/*=<>^
  155. Preprocess=
  156. Words=0-9a-zA-Z_
  157. Numbers=-+0-9a-FA-F.
  158. HTML=
  159. Keyword1=
  160. Keyword2=doifofto
  161. Keyword3=endfornewnilsetvar
  162. Keyword4=bytecasecharelseexitfilehaltrealtextthentypeunituseswithword
  163. Keyword5=arraybeginconstuntilwhile
  164. Keyword6=downtoinlineobjectrecordrepeatstring
  165. Keyword7=booleanintegerlongintpointerprogram
  166. Keyword8=functionshortint
  167. Keyword9=interfaceotherwiseprocedure
  168. Keyword10=
  169. Keyword11=
  170. Keyword12=
  171. Keyword13=
  172. Keyword14=implementation
  173. Keyword15=
  174. Keyword16=
  175. ColorComment=3
  176. ColorPreproc=13
  177. ColorString=6
  178. ColorNumber=6
  179. ColorDelim=0
  180. ColorOperator=0
  181. ColorKeyword=10
  182.  
  183. [Basic]
  184. Extensions=bas bi frm
  185. CaseSensitive=no
  186. UnixTexKeywords=no
  187. FortranComment=no
  188. FirstComment=
  189. MultiComment=
  190. LineComment1='
  191. LineComment2=rem
  192. StringDelim="
  193. CharDelim=
  194. QuoteChar=
  195. OpenCloseDelim=([ ])
  196. Delimiters=!$#%
  197. Operators=-+=*/<>^
  198. Preprocess=
  199. Words=0-9a-zA-Z
  200. Numbers=-+0-9eE.
  201. HTML=
  202. Keyword1=
  203. Keyword2=asdogoifisonorto
  204. Keyword3=allandanybofclscomdefdimendeqvforgetimpkeyletmodnotoffoutputrunsegsubxor
  205. Keyword4=basebeepcallcaseccurdatadrawelseexitgotokilllinelistlocklonglooplsetnamenextopenplaypokepsetreadrsetsaddseekstepstopswapthentrontypeviewwaitwend
  206. Keyword5=aliasbloadbsavebyvalcallscdeclchainchdirclearclosecolorconstendiferaseerroreventfieldfilesgosubinputioctllocalmkdirpaintpcopyprintredimresetrmdirshellsleepsoundstackstrigtimertroffuntilusingwhilewidthwrite
  207. Keyword6=accessappendbinarycirclecommondefcurdefdbldefintdeflngdefsngdefstrdeletedoubleelseiflocatelprintoptionoutputpresetrandomresumereturnscreenseekeqseekgeseekgtselectsetmemsharedsignalsinglestringsystemueventunlockwindow
  208. Keyword7=chdrivedeclareenvironintegerpaletterestore
  209. Keyword8=currencyfunctionretrieve
  210. Keyword9=randomizesavepoint
  211. Keyword10=begintranscheckpoint
  212. Keyword11=committranscreateindexdeleteindexdeletetable
  213. Keyword12=
  214. Keyword13=
  215. Keyword14=
  216. Keyword15=
  217. Keyword16=
  218. ColorComment=3
  219. ColorPreproc=13
  220. ColorString=6
  221. ColorNumber=6
  222. ColorDelim=0
  223. ColorOperator=0
  224. ColorKeyword=10
  225.  
  226. [MS-DOS BAT]
  227. Extensions=bat
  228. CaseSensitive=no
  229. UnixTexKeywords=no
  230. FortranComment=no
  231. FirstComment=
  232. MultiComment=
  233. LineComment1=rem
  234. LineComment2=
  235. StringDelim=
  236. CharDelim=
  237. QuoteChar=
  238. OpenCloseDelim=([{ }])
  239. Delimiters=!$#%&;,~^.
  240. Operators=+-*/<>|%
  241. Preprocess=
  242. Words=0-9a-zA-Z_\
  243. Numbers=
  244. HTML=
  245. Keyword1=
  246. Keyword2=becddofcifinlhmdrd
  247. Keyword3=clsdeldirformemnotrensetsysvervol
  248. Keyword4=callchcpcompcopycttydateechoeditexitfindgotohelpjoinkeybmodemorepathsorttimetreetype
  249. Keyword5=breakchdirdebugedlineraseexistfdisklabelmkdirpauseprintrmdirshareshiftstartsubstxcopy
  250. Keyword6=appendassignattribbackupchkdskchoicedoskeyemm386expandformatmirrorpromptqbasicrenamesetververify
  251. Keyword7=commandexe2binnlsfuncrecoverreplacerestore
  252. Keyword8=diskcompdiskcopydosshellfastopengraftablgraphicsloadhighundeleteunformat
  253. Keyword9=
  254. Keyword10=
  255. Keyword11=
  256. Keyword12=
  257. Keyword13=
  258. Keyword14=
  259. Keyword15=
  260. Keyword16=
  261. ColorComment=3
  262. ColorPreproc=13
  263. ColorString=6
  264. ColorNumber=6
  265. ColorDelim=0
  266. ColorOperator=0
  267. ColorKeyword=10
  268.  
  269. [Clipper]
  270. Extensions=prg ch
  271. CaseSensitive=no
  272. UnixTexKeywords=no
  273. FortranComment=no
  274. FirstComment=*
  275. MultiComment=/* */
  276. LineComment1=//
  277. LineComment2=
  278. StringDelim="
  279. CharDelim='
  280. QuoteChar=
  281. OpenCloseDelim=([{ }])
  282. Delimiters=,;:
  283. Operators=-+/@*=<>|!^.
  284. Preprocess=#
  285. Words=0-9a-zA-Z_
  286. Numbers=-+0-9.eE
  287. HTML=
  288. Keyword1=ft
  289. Keyword2=atdogoifonorto
  290. Keyword3=allandboxdirendforgetkeynewnilnotretrunsaysetusezap
  291. Keyword4=basebellcallcasecopydateelseexitfilefindformfromfuncinitjoinlistloopmenupackpathprocquitreadsaveskipsorttextwait
  292. Keyword5=beginblankbreakclearclosecolorcountejectenddoendifepocheraseexactfieldfixedindexinputlabellocalorderstorewhile
  293. Keyword6=acceptappendbase10cancelcommitcreatecursordefinedeviceelseifexcapefilterformatlocatememvarpromptpublicrecallreturnscreensharedstaticuniqueunlockupdate
  294. Keyword7=averagecenturyconfirmconsoledeclaredefaultdisplayendcaseendtextpictureprivatereindexreleasereplacerequestrestore
  295. Keyword8=continuedecimalsextendedexternalfunctionkeyboardrelationsequencesoftseek
  296. Keyword9=alternateexclusiveotherwiseprocedure
  297. Keyword10=delimitersparameters
  298. Keyword11=
  299. Keyword12=
  300. Keyword13=
  301. Keyword14=
  302. Keyword15=
  303. Keyword16=
  304. ColorComment=3
  305. ColorPreproc=13
  306. ColorString=6
  307. ColorNumber=6
  308. ColorDelim=0
  309. ColorOperator=0
  310. ColorKeyword=10
  311.  
  312. [Fortran]
  313. Extensions=for
  314. CaseSensitive=no
  315. UnixTexKeywords=no
  316. FortranComment=yes
  317. FirstComment=
  318. MultiComment=
  319. LineComment1=!
  320. LineComment2=
  321. StringDelim="
  322. CharDelim='
  323. QuoteChar=
  324. OpenCloseDelim=([ ])
  325. Delimiters=
  326. Operators=-+/*=
  327. Preprocess=
  328. Words=0-9a-zA-Z_
  329. Numbers=-+0-9eEdD
  330. HTML=
  331. Keyword1=
  332. Keyword2=dogoifto
  333. Keyword3=end
  334. Keyword4=calldataelseexitgotoopenreadrealsavestopthen
  335. Keyword5=blockcloseenddoendifentrypauseprintwhilewrite
  336. Keyword6=commondoubleformatrecordreturnrewind
  337. Keyword7=complexendfileincludeinquireintegerlogicalprogram
  338. Keyword8=continueexternalfunctionimplicit
  339. Keyword9=backspacecharacterdimensionintrinsicparameterprecisionstructure
  340. Keyword10=subroutine
  341. Keyword11=equivalence
  342. Keyword12=
  343. Keyword13=
  344. Keyword14=
  345. Keyword15=
  346. Keyword16=
  347. ColorComment=3
  348. ColorPreproc=13
  349. ColorString=6
  350. ColorNumber=6
  351. ColorDelim=0
  352. ColorOperator=0
  353. ColorKeyword=10
  354.  
  355. [Windows INI]
  356. Extensions=ini
  357. CaseSensitive=no
  358. UnixTexKeywords=no
  359. FortranComment=no
  360. FirstComment=;
  361. MultiComment=
  362. LineComment1=
  363. LineComment2=
  364. StringDelim=
  365. CharDelim=
  366. QuoteChar=
  367. OpenCloseDelim=
  368. Delimiters=
  369. Operators==
  370. Preprocess=
  371. Words=0-9a-zA-Z
  372. Numbers=
  373. HTML=[]
  374. Keyword1=
  375. Keyword2=
  376. Keyword3=
  377. Keyword4=
  378. Keyword5=
  379. Keyword6=
  380. Keyword7=
  381. Keyword8=
  382. Keyword9=
  383. Keyword10=
  384. Keyword11=
  385. Keyword12=
  386. Keyword13=
  387. Keyword14=
  388. Keyword15=
  389. Keyword16=
  390. ColorComment=3
  391. ColorPreproc=0
  392. ColorString=0
  393. ColorNumber=0
  394. ColorDelim=0
  395. ColorOperator=0
  396. ColorKeyword=13
  397.  
  398. [Resource Script]
  399. Extensions=rc
  400. CaseSensitive=no
  401. UnixTexKeywords=no
  402. FortranComment=no
  403. FirstComment=
  404. MultiComment=/* */
  405. LineComment1=//
  406. LineComment2=
  407. StringDelim="
  408. CharDelim='
  409. QuoteChar=\
  410. OpenCloseDelim=([{ }])
  411. Delimiters=,;.?:
  412. Operators=%-+/&*=<>|!~^
  413. Preprocess=#
  414. Words=0-9a-zA-Z_
  415. Numbers=-+0-9a-fA-F.xXUL
  416. HTML=
  417. Keyword1=
  418. Keyword2=
  419. Keyword3=END
  420. Keyword4=EDITFONTICONMENU
  421. Keyword5=BEGINBLOCKCLASSCTEXTLTEXTPOPUPRTEXTSTYLEVALUE
  422. Keyword6=BITMAPCURSORDIALOGFILEOS
  423. Keyword7=CAPTIONCONTROLLISTBOX
  424. Keyword8=CHECKBOXCOMBOBOXEDITTEXTFILETYPEGROUPBOXLANGUAGEMENUITEM
  425. Keyword9=FILEFLAGSSEPARATOR
  426. Keyword10=PUSHBUTTON
  427. Keyword11=FILESUBTYPEFILEVERSIONRADIOBUTTONSTRINGTABLEVERSIONINFO
  428. Keyword12=ACCELERATORSAUTOCHECKBOX
  429. Keyword13=DEFPUSHBUTTONFILEFLAGSMASK
  430. Keyword14=PRODUCTVERSION
  431. Keyword15=AUTORADIOBUTTON
  432. Keyword16=
  433. ColorComment=3
  434. ColorPreproc=13
  435. ColorString=6
  436. ColorNumber=7
  437. ColorDelim=0
  438. ColorOperator=0
  439. ColorKeyword=10
  440.  
  441. [UNIX TeX]
  442. Extensions=tex
  443. CaseSensitive=yes
  444. UnixTexKeywords=yes
  445. FortranComment=no
  446. FirstComment=
  447. MultiComment=
  448. LineComment1=%
  449. LineComment2=
  450. StringDelim="
  451. CharDelim=
  452. QuoteChar=\
  453. OpenCloseDelim={[ ]}
  454. Delimiters=|&{}[]
  455. Operators=~^_&#
  456. Preprocess=
  457. Words=a-zA-Z
  458. Numbers=
  459. HTML=
  460. Keyword1=
  461. Keyword2=
  462. Keyword3=
  463. Keyword4=\def
  464. Keyword5=
  465. Keyword6=
  466. Keyword7=
  467. Keyword8=
  468. Keyword9=
  469. Keyword10=
  470. Keyword11=
  471. Keyword12=
  472. Keyword13=
  473. Keyword14=
  474. Keyword15=
  475. Keyword16=
  476. ColorComment=3
  477. ColorPreproc=13
  478. ColorString=6
  479. ColorNumber=6
  480. ColorDelim=0
  481. ColorOperator=0
  482. ColorKeyword=10
  483.  
  484.